ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView Namespace / Task Class / SplitTask Method / SplitTask(Double[]) Method
The alternating durations of work and suspension periods. The array must contain the odd number of values.

In This Topic
    SplitTask(Double[]) Method
    In This Topic
    Splits the task.
    Syntax
    'Declaration
     
    Public Overloads Function SplitTask( _
       ByVal durations() As System.Double _
    ) As System.Boolean
    public System.bool SplitTask( 
       System.double[] durations
    )

    Parameters

    durations
    The alternating durations of work and suspension periods. The array must contain the odd number of values.

    Return Value

    True if the splitting is succeeded, false otherwise.
    See Also